home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / adatutor / spacemon / displays.src < prev    next >
Text File  |  1996-01-30  |  264b  |  8 lines

  1. with Spacecraft_Sensor_Interface; use Spacecraft_Sensor_Interface;
  2. with Types; use Types;
  3.  
  4. package CRT_Output is
  5.     procedure Display(arg: in PRESSURE_ARRAY);
  6.     procedure Display(arg: in RADIATION_ARRAY);
  7.     procedure Display(arg: in TEMPERATURE_ARRAY);
  8. end CRT_Output;